projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6650bf
)
[testinput] Fix compilation warning: Use guint instead int
author
Javier Jardón
<jjardon@gnome.org>
Wed, 23 Jun 2010 23:39:24 +0000
(
01:39
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 23 Jun 2010 23:39:24 +0000
(
01:39
+0200)
tests/testinput.c
patch
|
blob
|
history
diff --git
a/tests/testinput.c
b/tests/testinput.c
index c334944b4d4c6bd9aa97724f1a4a5c69176f1e25..58cded9605e16d45d3842dc1a491e9feb743b0d5 100644
(file)
--- a/
tests/testinput.c
+++ b/
tests/testinput.c
@@
-204,7
+204,7
@@
static gint
motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
{
GdkTimeCoord **events;
- int n_events;
+
gu
int n_events;
int i;
current_device = event->device;